home *** CD-ROM | disk | FTP | other *** search
/ Amiga Aktuell / Amiga Aktuell.iso / amiga-aktuell / net tools / tcp tools / amibot / hello.rexx < prev    next >
OS/2 REXX Batch file  |  1996-09-05  |  326b  |  9 lines

  1. /* This script just takes the server and nick from the argument line,  */
  2. /* sends the nick a message and writes a message to the controlwindow. */
  3. arg Server ' ' Nick ' '
  4.  
  5. options results /* Turn on result codes */
  6.  
  7. raw ''Server': PRIVMSG 'Nick' :Hello, How are you ?'
  8. local ''Server':This is a message from a Arexxscript!';
  9.